12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .FromCom {
- width: 100%;
- height: auto;
- background-color: #1f1f1f;
- padding: 0 .18rem;
- .passwordInput {
- margin: .13rem 0 .04rem;
- padding: 0 .23rem;
- .iconfont {
- margin-left: .05rem;
- font-size: .18rem;
- color: #000;
- }
- }
- .phoneInput {
- .after {
- margin-left: .1rem;
- font-size: .14rem;
- color: #868686;
- }
- input {
- padding-left: .14rem;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- }
-
- input {
- flex: 1;
- background-color: #494949;
- height: .48rem;
- line-height: auto;
- color: #868686;
- font-size: .14rem;
- outline: none;
- &::placeholder {
- color: #868686;
- }
- }
- .btnContent {
- margin: .29rem 0 .19rem;
- .tips {
- text-align: center;
- margin-bottom: .06rem;
- color: #e53535;
- font-size: 0.12rem;
- }
- }
- .link {
- margin-bottom: .2rem;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- a {
- font-size: .12rem;
- color: #fff;
- text-align: center;
- display: block;
- &.active {
- width: 100%;
- }
- }
- }
- }
- .FromCom .phoneInput, .FromCom .passwordInput {
- width: 100%;
- height: auto;
- background-color: #494949;
- border-radius: 4px;
- display: flex;
- align-items: center;
- justify-content: center;
- overflow: hidden;
- margin-top: .16rem;
- }
-
|